home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / mnews49.zip / ADDITION.ZIP / WILDBAT.TXT < prev   
Text File  |  1993-01-24  |  633b  |  16 lines

  1. rem    NOTE:
  2. rem    This file is a sample BATCH file for running ModemNews as an online
  3. rem    feature with a Wildcat Sysytem combined with Doorway.  We know this
  4. rem    works properly, we cannot be sure how the magazine will run with
  5. rem    other door handlers and systems.  We have been tested on many, and
  6. rem    have found that this works best.
  7. rem
  8. rem    If you are using COM3 or COM4 you should give the proper address
  9. rem    for that port rather than use the more direct COMx statement
  10.  
  11.  ECHO OFF
  12.  cd\wildcat\doors\runnews\
  13.  doorway com2: /L: /s:* /P:NEWSxx.EXE /0     ;note the ZERO not an `O'!
  14.  ECHO OFF
  15.  CAT
  16.